home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / libs / graphics3d.lha / doc / graphics3d.history < prev    next >
Encoding:
Text File  |  1998-10-23  |  1.8 KB  |  41 lines

  1.  
  2. 01.02.98 - V.10.0(beta)
  3.     My firts pubblic release of this library.
  4.  
  5. 28.02.98 - V.10.10(beta)
  6.         Translate and refined all documentation in English (the translation is not very
  7.     good ,sorry). 
  8.         Correct the algoritm to erase the hidden faces, but it is not very visible in 
  9.     the test program 3dlib.
  10.         
  11. 26.03.98 - V.10.13(beta)
  12.         Add new functions to test the light source in the demo program.
  13.         Minor modify on memory use, correct a bugs on back side elimination and any 
  14.     minor bugs.
  15.         
  16. 21.04.98 - V.12.20(beta) - MAYOR RELEASE - 
  17.         Add new functions to edit to modify the scene caratteristic,to trasform 
  18.     integer to fix point, single float ,double float and viceversa.
  19.         Last but not list add support of degener poligons as in lightware that is 
  20.     with one and two vertex.
  21.         Add the support of parallel projections but for now is only an experiment.
  22.         Remove any hard bugs in clipping objects routins that can crash the systems.
  23.         
  24. 20.10.98 - V.13.00(beta) - MAYOR RELEASE - (not released) 
  25.         Totaly rewrite visualization routins in _CPU version of new library,
  26.     (the old metod in _BLT instead) here i use a chunky buffer to render
  27.     the scene and not a shadow rastport and not use the blitter to draw
  28.     but the CPU then on machines whit fast memory and/or fast CPU and/or
  29.     fast graphics card the library is more faster than before.
  30.         On my machines is 2 time faster an AGA screen and almost 3 time on
  31.     a Picasso screen.
  32.         I also add the possibility to select the screen mode on demo program
  33.     and an index that say the speed of repaint of scene in tick for second
  34.     (in europe it is second/50).
  35.  
  36. 24.10.98 - V.13.01(beta)
  37.         Remove a stupid bug that not permit the visualization of new metod of
  38.     render on machines without the picasso96 library (AGA only tipically).
  39.         
  40.  
  41.